home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batcsh10.zip / readme < prev    next >
Text File  |  1994-01-12  |  2KB  |  57 lines

  1.               BAT2CSH, Version 1.0, Release January 12, 1994
  2.                                     by
  3.                               Bill Pierpoint
  4.  
  5.  
  6. Description
  7. -----------
  8. Bat2csh is a filter program that converts DOS batch files to UNIX C shell
  9. (csh) scripts.  It reads from standard input and writes to standard output.  
  10.  
  11. Installation
  12. ------------
  13. 1. You should have all the files listed in the MANIFEST file.
  14. 2. Copy bat2csh.exe to a directory on your path.
  15. 3. Copy bat2csh.man to a directory where you keep your documentation,
  16.    or print it for reference.
  17.  
  18. Source Code
  19. -----------
  20. Complete source code for bat2csh is provided.  To recompile, you will
  21. need LEX and a C compiler.  I used FLEX 2.3.7 and Borland C 3.1.  The
  22. MAKEFILE is set up for this combination.
  23.  
  24. FLEX 2.3.7 can be obtained via anonymous ftp from oak.oakland.edu
  25. (141.210.10.117), directory pub/msdos/textutil, file flex237.zip.  
  26. I needed to make some minor changes to the FLEX.SKL file to make it 
  27. compatible with the Borland C compiler.  These changes are in the file 
  28. PATCHES.SKL.  Use the PATCH program to apply the patches.  PATCH can 
  29. be obtained via anonymous ftp from oak.oakland.edu (141.210.10.117), 
  30. directory pub/msdos/fileutil, file patch12.zip.
  31.  
  32. The FLEX output is in lexyy.c.  If you don't have FLEX and don't want 
  33. to get it, you can make minor changes to this file and recompile.  
  34. However, I think you will find it more satisfactory to use FLEX and 
  35. make changes directly to bat2csh.l.
  36.  
  37. Distribution
  38. ------------
  39. Unlimited/Public Domain.  As a professional courtesy, please reference 
  40. the original source in any derived work.
  41.  
  42. Disclaimer
  43. ----------
  44. This software is provided "AS IS" and without any express or implied
  45. warranties, including, without limitation, the implied warranties of
  46. merchantability and fitness for a particular purpose.
  47.  
  48. Contact
  49. -------
  50. Please send feedback to:
  51.  
  52.         bill@anacapa.ncel.navy.mil
  53. or
  54.         Bill Pierpoint
  55.         1152 Harris Avenue
  56.         Camarillo, CA 93010-2921
  57.